Platform Explorer / Nuxeo Platform 2023.10

Extension point suggesterGroups

Documentation

Extension point for assembling several named suggesters into a named aggregate user interface element.

For instance the top right search box can use a specific global search-centric SuggesterGroup.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.suggestbox.service.descriptors.SuggesterGroupDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-suggestbox-core-2023.10.13.jar /OSGI-INF/suggestbox-suggesters-contrib.xml
    <extension point="suggesterGroups" target="org.nuxeo.ecm.platform.suggestbox.service.SuggestionService">
    
        <suggesterGroup name="searchbox">
          <suggesters>
            <suggesterName>documentLookupByTitle</suggesterName>
            <suggesterName>searchByUsersAndGroups</suggesterName>
          </suggesters>
        </suggesterGroup>
    
      </extension>